.about_us_img{
	width:100%;
	height:auto;
	position: relative;
	overflow: hidden;
}
.about_us_img>img.img1{
	width:100%;
	height:auto;
	display: block;
}
.about_us_img>img.img2{
	position: absolute;
	width:45%;
	height:auto;
	right:10%;
	top:40%;
}
.about_us_js_title{
	width:100%;
	height:auto;
	overflow: hidden;
	text-align: center;
	padding:40px 0px;
	padding-bottom:30px;
}
.about_us_js_title p{
	color:#333;
	font-size: 25px;
	line-height:30px;
}
.about_us_js_title p.english{
	font-size: 18px;
	color:#0099ff;
}
.about_us_js{
	width:1220px;
	padding:0 10px;
	height:auto;
	overflow: hidden;
	margin:0 auto;
}
.about_us_js_main{
	width:1200px;
	height:auto;
}
.news_li_big{
	width:1200px;
	height:400px;
	box-shadow: 0px 4px 10px rgba(223,221,221,.75);
	-o-box-shadow: 0px 4px 10px rgba(223,221,221,.75);
	-webkit-box-shadow: 0px 4px 10px rgba(223,221,221,.75);
	-moz-box-shadow: 0px 4px 10px rgba(223,221,221,.75);
	-ms-box-shadow: 0px 4px 10px rgba(223,221,221,.75);
	background:#f6f6f6;
}
.news_li_big_fl {

}
.news_li_big_fl>img{
	height:400px;
        width:472px;
}
.news_li_big_fr{
	width:657px;
	margin-left:35px;
	padding:35px 0px;
	height:400px;
}
.news_li_big_fr_title{
	width:100%;
	height:50px;
	line-height:50px;
	overflow: hidden;
	color:#515151;
}
.news_li_big_fr_title_fl{
	width:500px;
	height:50px;
	font-size: 23px;

}
.news_li_big_fr_title_fr{
	font-size: 18px;
}
.news_li_big_fr_main{
	margin-top:25px;
	line-height:30px;
	color:#727272;
	font-size: 17px;
	height:240px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:8;
	overflow: hidden;
}
.news_li_small{
	width:100%;
	height:auto;
	overflow: hidden;
	margin-top:40px;
}
.news_li_small ul li{
	padding:40px;
	background:#f6f6f6;
	box-shadow: 0px 4px 10px rgba(223,221,221,.75);
	-o-box-shadow: 0px 4px 10px rgba(223,221,221,.75);
	-webkit-box-shadow: 0px 4px 10px rgba(223,221,221,.75);
	-moz-box-shadow: 0px 4px 10px rgba(223,221,221,.75);
	-ms-box-shadow: 0px 4px 10px rgba(223,221,221,.75);
	margin-bottom:30px;
}
.news_li_small ul li:hover{
	background:#f4ae00;
	cursor: pointer;
}
.news_li_small ul li:hover .news_li_small_li_fr_title{
	color:#333;
}
.news_li_small ul li:hover .news_li_small_li_fr_main{
	color:#fff;
}
.news_li_small_li_fl{
	width:134px;
	height:130px;
	text-align: center;
	color:#fff;
}
.news_li_small_li_fl .top{
	width:100%;
	height:86px;
	background:#0093eb;
	line-height:86px;
	font-size: 28px;
}
.news_li_small_li_fl .bottom{
	width:100%;
	height:44px;
	background:#0080cc;
	font-size: 18px;
	line-height:44px;
}
.news_li_small_li_fr{
	width:946px;
	height:130px;
	color:#515151;
}
.news_li_small_li_fr_title{
	width:100%;
	height:40px;
	font-size: 23px;
}
.news_li_small_li_fr_main{
	width:100%;
	height:90px;
	line-height:30px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
	overflow: hidden;
}
.pages{
	width:100%;
	height:100px;
	/*padding-top:20px;*/
	padding-bottom:50px;
	text-align: center;
}
.pages>a{
	display:inline-block;
	width:30px;
	height:30px;
	border:2px solid #aaaaaa;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	text-align: center;
	line-height:26px;
	color:#aaaaaa;
	margin-right:5px;
}
.pages>a.active,.pages>a.active:hover{
	border-color:#f4ae00;
	background-color:#f4ae00;
	color:#fff;
}
.pages>a.active:hover{
	cursor: auto
}
.pages>a:hover{
	border-color:#f4ae00;
	background-color:#fff;
	color:#f4ae00;
}
@media (max-width: 768px){
	.about_us_js{
		padding:0 10px;
		width:auto;
	}
	.about_us_js_title{
		padding:10px 0px;
	}
	.about_us_js_title p{
		font-size: 18px;
	}
	.about_us_js_title p.english{
		font-size: 16px;
	}
	.about_us_js_main,.news_li_big{
		width:100%;
		height:auto;
		overflow: hidden;
	}
	.news_li_big_fr{
		width:100%;
		margin-left:0px;
		padding:15px 10px;
		height:auto;
	}
	.news_li_big_fl>img{
		width:100%;
		height: auto;
	}
	.news_li_big_fl.col-xs-12{
		padding:0px;
	}
	.news_li_big_fr_title{
		width:100%;
		height:40px;
		line-height:40px;
		
	}
	.news_li_big_fr_title_fl{
		width:70%;
		height:40px;
		line-height:40px;
		font-size: 16px;
	}
	.news_li_big_fr_title_fr{
		width:30%;
		font-size: 16px;
		height:40px;
		line-height:40px;
		text-align: right;
	}
	.news_li_big_fr_main{
		margin-top:0px;
		font-size: 15px;
	}
	.news_li_small ul li{
		padding:10px;
		margin-bottom:20px;
	}
	.news_li_small_li_fl{
		width:25%;
		height:auto;
		overflow: hidden;
	}
	.news_li_small_li_fr{
		width:70%;
		height:auto;
		overflow: hidden;
	}
	.news_li_small_li_fl .top{
		line-height: 20px;
		height:20px;
		padding:15px 0px;
		box-sizing:content-box;
		font-size: 18px;
	}
	.news_li_small_li_fl .bottom{
		height:30px;
		line-height:30px;
		font-size: 14px;
	}
	.news_li_small_li_fr_title{
		font-size: 16px;
		height:30px;
		line-height:30px;
	}
	.news_li_small_li_fr_main{
		height:50px;
		line-height: 25px;
		font-size: 14px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}
	.news_li_small{
		margin-top:20px;
	}
	.pages{
		padding-top:10px;
		padding-bottom:10px;
		height:50px;
	}
}

.content_box{
	width:1220px;
	padding:20px 10px;
	height:auto;
	overflow: hidden;
	margin:0 auto;
        border:1px solid #f2f2f2;
}

.content_box h1{
    line-height: 56px;
    font-family: "微软雅黑", "宋体";
    font-size: 34px;
    text-align: center;
    padding: 16px 10px;
    font-weight: normal;
}
.content_box div.pages-date {
    position: relative;
    text-align: center;
    color: #666666;
    font-size: 14px;
    height: 35px;
    border-bottom: 1px #dcdcdc solid;
    padding-top: 7px;
}
.content_box div.pages_content {
    line-height: 30px;
    margin: 0;
    padding: 40px 10px;
    font-size: 16px;
}
.BreadcrumbNav {
    width:auto;
    margin: 0px 30px;
    line-height: 34px;
    height: 34px;
    font-size: 16px;
    color: #565656;
}
.BreadcrumbNav a {
    color: #565656;
}